home *** CD-ROM | disk | FTP | other *** search
/ The See Clearly Method / TheSeeClearlyMethod.iso / Media / qtpc.dir / 00021_Script_New Behavior < prev    next >
Text File  |  2002-02-25  |  281b  |  18 lines

  1.  
  2. on mouseUp me
  3.   halt
  4.  
  5. end
  6.  
  7. on mouseEnter me
  8.   cursor 280
  9.   set the member of sprite the currentSpriteNum to member 19 of castLib "Internal"
  10.  
  11. end
  12.  
  13. on mouseLeave me
  14.   cursor 0
  15.   set the member of sprite the currentSpriteNum to member 18 of castLib "Internal"
  16.  
  17. end
  18.